libxc: remove tests of alloca() return value
authorDavid Vrabel <david.vrabel@citrix.com>
Mon, 20 Feb 2012 17:31:49 +0000 (17:31 +0000)
committerDavid Vrabel <david.vrabel@citrix.com>
Mon, 20 Feb 2012 17:31:49 +0000 (17:31 +0000)
commit636171218e1aba94fbf62a36b2dbcf06f8922db5
tree071d7ef47e5bd1eb0c13d7f6b9c1febf6ec221cb
parent22aba0d7c6379bad608bf165e86304ca9b70724b
libxc: remove tests of alloca() return value

alloca() does not return NULL on an allocation failure on Linux so
remove the unneccessary tests from this Linux-specific code.

Signed-off-by: David Vrabel <david.vrabel@citrix.com>
Cc: Santosh Jodh <santosh.jodh@citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxc/xc_linux_osdep.c